Skip to content

Instantly share code, notes, and snippets.

@alichherawalla
alichherawalla / design-system.md
Created February 10, 2026 15:26
Memoria Design System

Memoria Design System

A design language for premium, dark-themed knowledge interfaces.


Philosophy

"Numbers are heroes, labels are whispers."

@tzechienchu
tzechienchu / I2CSlave.py
Last active February 19, 2026 07:43
Amaranth HDL I2C Slave via amaranth-community-unofficial
from amaranth import Signal, Module, Cat, Elaboratable, Record, Mux
from amaranth.hdl.rec import DIR_FANIN, DIR_FANOUT
from amaranth.hdl.ast import Rose, Fell
from amaranth.compat import TSTriple
from amaranth.lib.cdc import FFSynchronizer
class I2CTarget(Elaboratable):
"""
Simple I2C target.
@karpathy
karpathy / microgpt.py
Last active February 19, 2026 07:42
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@nimaid
nimaid / pb_pbtxt_converter.py
Last active February 19, 2026 07:42 — forked from arafatkatze/converter.py
Script to convert between .pb and .pbtxt files
#!/usr/bin/env python3
import argparse, os, pathlib, sys
def file_path(string):
if os.path.isfile(string):
return string
else:
raise FileNotFoundError(string)
ap = argparse.ArgumentParser()
ap.add_argument("-i", "--input", type=file_path, required=True,
@mberman84
mberman84 / PRD.md
Created February 17, 2026 19:59
OpenClaw PRD

PRD.md - Product Requirements & Feature Inventory

Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in docs/USE-CASES-WORKFLOWS.md.


Table of Contents

  1. Operational Use Cases & Workflows
@fluggelgleckheimlen
fluggelgleckheimlen / vCert.sh
Last active February 19, 2026 07:29
Script to manage vCenter SSL certificates from VMware GSS
#!/bin/bash
#------------------------------
# Script to manage vCenter SSL certificates.
#
# Author: Vincent Santa Maria [vinny.santa-maria@broadcom.com]
#------------------------------
#------------------------------
# for debugging purposes only, uncomment the following line:
# export PS4='+[${SECONDS}s][${BASH_SOURCE}:${LINENO}]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'; set -x;
@danialhasan
danialhasan / claude-cli-experiments.md
Created January 9, 2026 07:29
Claude CLI Print Mode Experiments - Raw data from testing claude -p flag combinations (2026-01-08)

Claude CLI Print Mode Experiments

Date: 2026-01-08
CLI Version: 2.1.2
Total Experiments: 29

Raw experiment outputs from testing various claude -p flag combinations.